home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-12 | 1.1 KB | 28 lines | [TEXT/ttxt] |
- ; NetCacheBack 0.9d6 Preference file
- ; Sorry, this format much likes to *.rc or WIN.INI, instead of MacOS ;-)
- ;
- ; How to install this Preference file "NetCacheBack Prefs"
- ; --> put this file in Preferences folder of System Folder
-
- ; Ignoring Upper/Lower case nor White spaces
- ; Syntax: KEYWORD = yes|no{; any comments}[RET]
- tracelog=yes ; does trace the errors to a file log
- verbose=yes ; does show message dialog on error
- Override = NO ; does not override duplicated files
-
- ; Considering Upper/Lower case and White spaces in data,
- ; whose field separator is TAB.
- ; Please DO NOT put any White spaces at the TAIL of each line!
- ; The pair of quotation marks can be omitted, but please notice
- ; that any spaces following "=" are significant.
- ; form = text/plain TEXT ttxt ;;; an incorrect example (maybe)
- ; Syntax: KEYWORD ={ "}contentType[TAB]fileType[TAB]creatorType{"}[RET]
- form =text/plain TEXT ttxt
- form = "text/html TEXT MOSS"
- form = "image/gif GIFf JVWR"
- form = "image/jpeg JPEG JVWR"
- form = "application/pdf PDF CARO"
- form = "application/x-director FGDM AFTB"
-
- ;;; end of file
-